QuickOPC User's Guide and Reference
Value Property (UABaseVariable<TValue,TAttribute>)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.InformationModel Namespace > UABaseVariable<TValue,TAttribute> Class : Value Property
Contains the node value (the Value attribute).
Syntax
'Declaration
 
<CanBeNullAttribute()>
<MappingTagAttribute("OpcLabs.EasyOpc.UA.InformationModel.VariableValue")>
<UADataAttribute("ValueType")>
Public Property Value As TValue
'Usage
 
Dim instance As UABaseVariable(Of TValue,TAttribute)
Dim value As TValue
 
instance.Value = value
 
value = instance.Value
[CanBeNull()]
[MappingTag("OpcLabs.EasyOpc.UA.InformationModel.VariableValue")]
[UAData("ValueType")]
public TValue Value {get; set;}
[CanBeNull()]
[MappingTag("OpcLabs.EasyOpc.UA.InformationModel.VariableValue")]
[UAData("ValueType")]
public:
property TValue^ Value {
   TValue^ get();
   void set (    TValue^ value);
}
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also